-
Couldn't load subscription status.
- Fork 700
Update SwiftPM pins in Xcode projects #12115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12115
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 1 Unrelated FailureAs of commit 350794f with merge base 29858b4 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Why is this not 0.8.nightly instead? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swiftpm-0.8.0-nightly for main branch
swiftpm-0.7.0 for release/0.7 branch
|
@mergennachin iirc you wanted the demo apps to be pinned to a stable version? This PR is gonna be cherry-picked, and I can upgrade these projects on the main tomorrow, when the nightly with the new 0.8 is ready. |
Ah yes, I remember that. But that was in the context of https://github.com/pytorch-labs/executorch-examples In this executorch-examples, we just have main to be pinned against the latest stable release, and there's no complication around which branch etc. People can download the repo and see how the repo should be used in the majority of the case using stable. For the executorch repo, we already have main and release branch, so it would be good where main is nightly and release is stable, so that we can develop new features progressively. |
|
And make sure to have swiftpm-0.7.0 for release/0.7 branch too |
No description provided.